home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 31
/
Amiga Format CD31 (1998-09-02)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1998-10].iso
/
-seriously_amiga-
/
misc
/
akcc
/
install_akcc.script
< prev
next >
Wrap
Text File
|
1998-07-20
|
804b
|
36 lines
; $VER: Install_AKCC.script V4.1 (6.9.96)
; © 1993-96 by Andreas R. Kleinert.
; This is the Installer Script for AKCC
(copylib
(prompt "Installing akccplus.library ...")
(help @copylib-help)
(source "libs/akccplus.library")
(dest "LIBS:")
(confirm)
)
(copyfiles
(prompt "Installing AKCC ...")
(help @copyfiles-help)
(source "")
(set akcomdir
(askdir
(prompt "Select path to install AKCC commands")
(help @askdir-help)
(newpath)
(default "SYS:AKCC")
)
)
(dest akcomdir)
(all)
(confirm)
)
(startup "AKCC"
(prompt "Now modifying your S:User-Startup to use AKCC ...")
(help @startup-help)
(command "Assign AKCC: "akcomdir"\n")
(command "Path AKCC:c ADD\n")
)